home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / 27 / data.z / INIDB.DAT < prev    next >
Text File  |  2000-03-02  |  2KB  |  42 lines

  1. # LanExplorer install control file;
  2. # Controls all install parameters for Transcend installer (except actual files
  3. # to install
  4. #
  5. # File has multiple sections, each section is introduced by section lines:
  6. # [.INI Files] -- Values to be written to .ini files by installer
  7. # [Registration Database] -- Registration Database Values
  8. # [ProgMan Icons] -- Information for setting up program manager icons.
  9. #
  10. [.INI Files]
  11. # Format:
  12. # filename [section] name=value
  13. #
  14. # the '%' char embedded in a string introduces a string substitution:
  15. #       %w -- Drive & path of the windows directory
  16. #       %s -- Drive & path of the windows system directory
  17. #       %y -- Drive & path of the 16-bit windows system directory
  18. #       %i -- Drive & path of the destination directory
  19. #       %n -- UserName of installer
  20. #       %c -- CompanyName of installer
  21. #       %x -- "YES" if IPX is enabled else "NO"
  22. #       %u -- "YES" if UDP is enabled else "NO"
  23. #       %r -- encrypted serial number
  24.  
  25. # Serial section
  26. %w\LanExp.ini [Serial] Name=%n
  27. %w\LanExp.ini [Serial] Company=%c
  28. %w\LanExp.ini [Serial] Path=%i
  29. %i\db.ini [DBPath] MIB=%i\DB\mib
  30. %i\db.ini [DBPath] NID=%i\DB\nid
  31. %i\db.ini [DBPath] HOST=%i\DB\host
  32. %i\db.ini [DBPath] POLY=%i\DB\poly
  33. %i\db.ini [TAFLOG] TAFPath=%i\vista.taf
  34. %i\db.ini [TAFLOG] LOGPath=%i\
  35. # %i\license.ini [License] Serial=%r
  36.  
  37. [ProgMan Icons]
  38. # Program Manager Executable Properties
  39. # Format:
  40. # Group-Name Title Executable-path
  41. "Intellimax" "LanExplorer 3.5" %i\Probe.exe $ALL
  42.